home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / prolific usb drivers.exe / Drivers / Samsung / winme / sscdbus.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-10-07  |  6.8 KB  |  172 lines

  1. ;*****************************************************************************
  2. ;
  3. ; sscdbus.inf   -- Install the SAMSUNG USB Composite Device drivers
  4. ;
  5. ; Copyright (c) 1997-2001 MCCI
  6. ;
  7. ; $Id: cdcbus.inf,v 1.9 2002/04/11 14:35:39 greg Exp $
  8. ;
  9. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  10. ;
  11. ; NOTICE: This software is licensed, not sold.  Any modification of this
  12. ; inf file to change the reference to an operating system or to change the
  13. ; reference to a device is not permitted unless authorized in writing by
  14. ; Moore Computer Consultants, Inc..
  15. ;
  16. ;*****************************************************************************
  17.  
  18. [version]
  19. signature="$CHICAGO$"
  20. Class=USB
  21. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  22. Provider=%Provider%
  23. DriverVer=07/23/2002, 3.34.0.2700
  24. ;CatalogFile=sscdbus.cat
  25.  
  26. [ControlFlags]
  27. ExcludeFromSelect = *
  28.  
  29. ;-----------------------------------------------------------------------------
  30. ; Specify target paths...
  31. ;-----------------------------------------------------------------------------
  32. [DestinationDirs]
  33. DefaultDestDir                  = 11                    ; LDID_SYS
  34. SAMSUNGWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  35. SAMSUNGWdm.NT.CopyFiles        = 12                    ; system32\drivers
  36. PropPages.CopyFiles             = 11                    ; system
  37.  
  38. ;-----------------------------------------------------------------------------
  39. ; Specify the install disks.  A bit unwieldy during development.
  40. ;-----------------------------------------------------------------------------
  41. [SourceDisksNames]
  42. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  43. 1=%DiskString%,"sscdbus.sys",,
  44.  
  45. [SourceDisksFiles]
  46. ; filename = diskid[, [subdir] [, size]]
  47. sscdbus.sys = 1
  48. sscdwh95.sys = 1
  49. sscdwhnt.sys = 1
  50.  
  51. ;-----------------------------------------------------------------------------
  52. ; Table of Contents:  manufacturer, then devices.
  53. ;-----------------------------------------------------------------------------
  54. [Manufacturer]
  55. %SAMSUNG%=SAMSUNG
  56.  
  57. ;-----------------------------------------------------------------------------
  58. ; The devices
  59. ;-----------------------------------------------------------------------------
  60. [SAMSUNG]
  61. %SAMSUNG.CdcBus.Desc% = SAMSUNGWdm.Install, USB\VID_04E8&PID_6601
  62.  
  63. ;-----------------------------------------------------------------------------
  64. ; How to install them:  On W9x, the [section] name is used directly.
  65. ; On NT, the system first tries [section.NT], then [section].
  66. ;-----------------------------------------------------------------------------
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; Diagnostics Files CopyFiles List Section
  70. ;-----------------------------------------------------------------------------
  71. [SAMSUNG.CopyFiles]
  72.  
  73. ;-----------------------------------------------------------------------------
  74. ; XXX when we have a property page DLL, add it to the following section.
  75. ;-----------------------------------------------------------------------------
  76. [PropPages.CopyFiles]
  77.  
  78. ;-----------------------------------------------------------------------------
  79. ;       How to install the WDM driver on W95/W98
  80. ;-----------------------------------------------------------------------------
  81. [SAMSUNGWdm.Install]
  82. DriverVer=07/23/2002, 3.34.0.2700
  83. CopyFiles       = SAMSUNGWdm.W95.CopyFiles, SAMSUNG.CopyFiles, PropPages.CopyFiles
  84. AddReg          = SAMSUNGWdm.AddReg, SAMSUNGWdm.W95.AddReg
  85.  
  86. ;-----------------------------------------------------------------------------
  87. ;       How to install the WDM driver on NT
  88. ;-----------------------------------------------------------------------------
  89. [SAMSUNGWdm.Install.NT]
  90. DriverVer=07/23/2002, 3.34.0.2700
  91. CopyFiles       = SAMSUNGWdm.NT.CopyFiles
  92. AddReg          = SAMSUNGWdm.AddReg, SAMSUNGWdm.NT.AddReg
  93.  
  94. ;-----------------------------------------------------------------------------
  95. ;       How to start the WDM driver on NT
  96. ;-----------------------------------------------------------------------------
  97. [SAMSUNGWdm.Install.NT.Services]
  98. AddService      = sscdbus, 2, SAMSUNGWdm.AddService
  99.  
  100. [SAMSUNGWdm.AddService]
  101. DisplayName             = %SAMSUNG.Service.Desc%
  102. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  103. StartType               = 3     ; SERVICE_DEMAND_START
  104. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  105. ServiceBinary           = %12%\sscdbus.sys
  106. LoadOrderGroup          = Base
  107.  
  108. ;-----------------------------------------------------------------------------
  109. ;       WDM registry entries (all platforms)
  110. ;-----------------------------------------------------------------------------
  111. [SAMSUNGWdm.AddReg]
  112.  
  113.  
  114. ;-----------------------------------------------------------------------------
  115. ;       WDM registry entries (W95/98) (including how to start the driver)
  116. ;-----------------------------------------------------------------------------
  117. [SAMSUNGWdm.W95.AddReg]
  118. HKR,,DevLoader,,*ntkern
  119. HKR,,NTMPDriver,,sscdbus.sys
  120.  
  121. ;-----------------------------------------------------------------------------
  122. ;       WDM registry entries (NT only)
  123. ;-----------------------------------------------------------------------------
  124. [SAMSUNGWdm.NT.AddReg]
  125.  
  126. ;-----------------------------------------------------------------------------
  127. ;       The WDM copy list for Win95 -- different because things go in
  128. ;       different places.  Also, we probably need to rename drivers 
  129. ;       during the install.
  130. ;-----------------------------------------------------------------------------
  131. [SAMSUNGWdm.W95.CopyFiles]
  132. sscdbus.sys
  133. sscdwh.sys,sscdwh95.sys
  134. sscdwh95.sys
  135. sscdwhnt.sys
  136.  
  137. ;-----------------------------------------------------------------------------
  138. ;       The WDM copy list for NT -- different because things go in
  139. ;       different places.
  140. ;-----------------------------------------------------------------------------
  141. [SAMSUNGWdm.NT.CopyFiles]
  142. sscdbus.sys
  143. sscdwh.sys,sscdwhnt.sys
  144. sscdwhnt.sys
  145.  
  146. ;****************************************************************************
  147. ; Localizable Strings
  148. ;****************************************************************************
  149. [strings]
  150.  
  151. ;BEGIN ENG - US English Strings
  152. Provider = "SAMSUNG Electronics Co., Ltd."
  153. SAMSUNG = "SAMSUNG Electronics Co., Ltd."
  154. DiskString = "SAMSUNG USB Composite Device Installation disk"
  155.  
  156. SAMSUNG.CdcBus.Desc = "SAMSUNG USB Composite Device"
  157. SAMSUNG.Service.Desc = "SAMSUNG USB Composite Device driver (WDM)"
  158.  
  159. CustomerDataPath = "SAMSUNG CDMA Modem"
  160. DriverSet = "SAMSUNG CDMA Modem Software"
  161. UninstallFile = "SSCDUninstall.exe"
  162. McciOptions = "Uninstallable"
  163.  
  164.  
  165. ;END ENG - US English Strings
  166.  
  167. ;-----------------------------------------------------------------------------
  168. ; Following are symbolic constants which don't change per locale.
  169. ;-----------------------------------------------------------------------------
  170.  
  171. ;*** end of file ***
  172.